|
In computer networking, the Reliable User Datagram Protocol (RUDP) is a transport layer protocol designed at Bell Labs for the Plan 9 operating system. It aims to provide a solution where UDP is too primitive because guaranteed-order packet delivery is desirable, but TCP adds too much complexity/overhead. In order for RUDP to gain higher Quality of Service, RUDP implements features that are similar to TCP with less overhead. ==Implementations== In order to ensure quality, it extends UDP by means of adding the following features: # Acknowledgment of received packets # Windowing and flow control # Retransmission of lost packets # Over buffering (Faster than real-time streaming) RUDP is not currently a formal standard, however it was described in an IETF (internet-draft ) in 1999. It has not been proposed for standardization. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Reliable User Datagram Protocol」の詳細全文を読む スポンサード リンク
|